Q3Box_GetMajorAxis
You can use theQ3Box_GetMajorAxis
function to get the major axis of a box.
TQ3Status Q3Box_GetMajorAxis ( TQ3GeometryObject box, TQ3Vector3D *majorAxis);
box
- A box.
majorAxis
- On exit, the major axis of the specified box.
DESCRIPTION
TheQ3Box_GetMajorAxis
function returns, in themajorAxis
parameter, the major axis of the box specified by thebox
parameter.